-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
test: mv file to broken symlink file/dir #10739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Please disbale tests using symlinks on Windows too. |
|
Sorry, I’m not sure what you mean — these tests already use #[cfg(all(unix, not(target_os = "android")))], so they are skipped on Windows. |
|
Sorry. I missed. |
|
Never mind, anyway pipeline seems broken |
|
Do you think that https://github.com/uutils/coreutils/actions/runs/21716161484/job/62634024086?pr=10739#step:6:7599 is caused by filling disk space? |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
Overview
This PR adds a test suite for the
mvutility covering broken symlink scenarios.The tests verify that moving a file onto a broken symlink behaves correctly, matching GNU
mvbehavior:Test Cases
Create a file and a broken symlink to a file: